func time.findZone

2 uses

	time (current package)
		zoneinfo_read.go#L336: 					if zoneIdx := findZone(l.zone, name, offset, isDST); zoneIdx != -1 {
		zoneinfo_read.go#L354: func findZone(zones []zone, name string, offset int, isDST bool) int {